home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 4.10 / 1999-04_Disc_4.10.bin / ADDONS / QUAKE2 / Action Quake / actn1Ccl.exe / action / autoexec.cfg < prev    next >
Text File  |  1998-10-30  |  4KB  |  149 lines

  1. unbindall
  2.  
  3. name Suislide
  4. skin sas/sas
  5.  
  6. //video parameters
  7. set gl_texturemode "GL_LINEAR_MIPMAP_LINEAR"
  8.  
  9. //sound
  10. set s_wavonly "0"
  11. set cd_nocd "1"
  12. set cl_stereo_separation "0.4"
  13. set s_khz "22"
  14. set s_primary "0"á
  15. set s_mixahead ".14"
  16. set in_mouse "1"
  17. set in_joystick "0"
  18.  
  19.  
  20. // MOUSE
  21. set freelook "1"
  22. set lookspring "0"
  23. set lookstrafe "0"
  24. set m_filter "1"
  25. set m_forward "0"
  26. set m_pitch "-0.022"
  27. set m_side "0"
  28. set m_yaw "0.022"
  29. set sensitivity "12"
  30.  
  31.  
  32. //netplay
  33. set cl_predict "1"
  34. set sv_reconnect_limit "3"
  35. set msg "1"
  36. set rate 3000
  37. set cl_maxfps 28
  38. alias graph_on "set netgraph 1;set cl_shownet 1;echo Graph ON...;wait;bind F2 graph_off"
  39. alias graph_off "set netgraph 0;set cl_shownet 0;echo Graph OFF...;wait;bind F2 graph_on"
  40. bind F2 graph_on
  41. bind t "messagemode"
  42. bind g "messagemode2"
  43. bind k "score"
  44.  
  45.  
  46. // FLASHBLEND TOGGLE
  47. bind f11 "l0"
  48. alias "l0" "bind F11 l1;gl_dynamic 1;echo Dynamic on"
  49. alias "l1" "bind F11 l0;gl_dynamic 0;echo Dynamice off"
  50.  
  51.  
  52. //Standard use
  53. bind ~ "toggleconsole"
  54. bind ` "toggleconsole"
  55. bind TAB "inven"
  56. bind [ "invprev"
  57. bind ] "invnext"
  58. bind ESCAPE "togglemenu"
  59. bind F1 "cmd help"
  60. bind F12 "screenshot"
  61. bind ENTER "invuse"
  62.  
  63. //movement
  64. bind a "+moveleft"
  65. bind c "+movedown"
  66. bind d "+moveright"
  67. bind s "+back"
  68. bind w "+forward"
  69. bind SPACE "+moveup"
  70.  
  71. // toggle to switch between walking (quieter) and running
  72. alias run "set cl_run 1; bind SHIFT walk; echo Movement set to Running"
  73. alias walk "set cl_run 0; bind SHIFT run; echo Movement set to Walking"
  74. bind SHIFT walk
  75.  
  76. // WAVES
  77. bind INS "wave 0"
  78. bind HOME "wave 1"
  79. bind PGUP "wave 2"
  80. bind DEL "wave 3"
  81. bind END "wave 4"
  82.  
  83. //Action Quake commands
  84.  
  85. //weapons
  86. bind q "use M3 Super 90 Assault Shotgun; use MP5/10 Submachinegun; use Handcannon; use Sniper Rifle; use M4 Assault Rifle"
  87. bind mouse1 "+attack"
  88. bind 1 "use Blaster"
  89. bind 2 "use A 2nd Pistol"
  90. bind 3 "use Combat Knife"
  91.  
  92. //sniper rifle
  93. alias sniper "weapon;sensitivity 8.5;echo 2x: sensetivity 8;bind r 4x;bind b quick1a"
  94. alias 4x "weapon;sensitivity 6;echo 4x sensetivity 6;bind r 6x;bind b quick1b"
  95. alias 6x "weapon;sensitivity 3;echo 6x: sensetivity 3;bind r 1x;bind b quick1c"
  96. alias 1x "weapon;sensitivity 12;echo 1x: sensetivity 12;bind r sniper;bind b quick1d"
  97. bind r sniper
  98.  
  99. //Zoom out to 1x fast
  100. alias reset1x "sensitivity 12;bind r sniper;bind b quick1d;echo Quickly zooming to 1x"
  101. alias quick1a "weapon;wait;wait;weapon;wait;wait;weapon;reset1x"
  102. alias quick1b "weapon;wait;wait;weapon;reset1x"
  103. alias quick1c "weapon;reset1x"
  104. alias quick1d "echo already at 1xzoom"
  105. bind b quick1d
  106.  
  107. //default sniper aliases reset key (in case I die, bandage, or match ends etc.)
  108. bind v "sensitivity 12;bind r sniper;bind b quick1d;echo Sensitivity and Sniper reset"
  109.  
  110. //weapon command with a sensetivity setting just in case
  111. bind ctrl "weapon;sensitivity 12"
  112.  
  113. bind * "drop item"
  114. bind f "bandage" 
  115. bind mouse2 "reload"
  116. bind e "opendoor"
  117. bind g "use M26 Fragmentation Grenade"
  118. bind z "drop weapon"
  119.  
  120. //demo recording
  121. alias demstop1 "stop; echo Current Demo Stopped;wait;wait;wait;demstop2"
  122. alias demstop2 "echo Press 'o' again to start next demo in sequence"
  123. alias dem1 "echo Starting Demo1; record demo_01; alias next_demo dem2"
  124. alias dem2 "echo Starting Demo2; record demo_02; alias next_demo dem3"
  125. alias dem3 "echo Starting Demo3; record demo_03; alias next_demo dem4"
  126. alias dem4 "echo Starting Demo4; record demo_04; alias next_demo dem5"
  127. alias dem5 "echo Starting Demo5; record demo_05; alias next_demo dem6"
  128. alias dem6 "echo Starting Demo6; record demo_06; alias next_demo dem7"
  129. alias dem7 "echo Starting Demo7; record demo_07; alias next_demo dem8"
  130. alias dem8 "echo Starting Demo8; record demo_08; alias next_demo dem9"
  131. alias dem9 "echo Starting Demo9; record demo_09; alias next_demo dem0"
  132. alias dem0 "echo Starting Demo10; record demo_10; alias next_demo demempty1"
  133. alias demempty1 "echo You have exhausted this session's queue!;wait;wait;wait;wait; demempty2"
  134. alias demempty2 "echo You must exit and archive existing demos before recording more"
  135. alias next_demo dem1
  136.  
  137. bind p "demstop1"
  138. bind o next_demo
  139.  
  140. //execute a configuration for my teamplay specific settings
  141. bind f8 exec teamaction.cfg
  142.  
  143. //misc stuff
  144. set bholelimit 40
  145. set splatlimit 40
  146. set shelloff 0
  147. dmflags 528
  148. set floodprot 0
  149.